2018 Fall 期末專案示範網站

Sandstorm << Previous Next >> 靜態網站範例

Python 程式

參考:

https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/ 

從基本語法到 GUI 程式

https://pythonspot.com/ 

整理 https://www.cs.cmu.edu/~112/schedule.html 中的 內容.

結合既有 C/C++ 程式

SWIGAutoWIG, 使用者可以將既有的 C/C++ 程式庫轉成可為 Python 程式呼叫的動態連結程式庫.

也可以利用 Cython 技術提升 Python 程式效能.

SWIG 範例:

AutoWIG 介紹:

AutoWIG: Automatic Generation of Python Bindings for C++ Libraries.pdf

AutoWIG - automatic generation of python bindings for C++ libraries2.pdf

Cython 範例:

開始練習 print() 用法, 並著手建立函式


Sandstorm << Previous Next >> 靜態網站範例